home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 October / Chip Ekim 2003.iso / prog / web / forum / setup.exe / F2437_editforum.asp < prev    next >
Encoding:
Text File  |  2003-07-23  |  2.9 KB  |  71 lines

  1. ><font face="verdana,arial"><a href="#m_post_message">post_message()</a></font></td>
  2.         </tr>
  3.         <tr>
  4.           <td width="10"></td>
  5.           <td><font face="verdana,arial"><a href="#m_edit_message">edit_message()</a></font></td>
  6.         </tr>
  7.         <tr>
  8.           <td width="10"></td>
  9.           <td><font face="verdana,arial"><a href="#m_delete_message">delete_message()</a></font></td>
  10.         </tr>
  11.         <tr>
  12.           <td width="10"></td>
  13.           <td><font face="verdana,arial"><a href="#m_cleanup">cleanup()</a></font></td>
  14.         </tr>
  15.       </table>
  16.     </td>
  17.   </tr>
  18.   <tr>
  19.     <td width="100%"> </td>
  20.   </tr>
  21.   <tr>
  22.     <td width="100%"><hr></td>
  23.   </tr>
  24.   <tr>
  25.     <td width="100%">
  26.       <table border="0" cellspacing="0" width="100%">
  27.         <tr>
  28.           <td width="100%"><b><font face="verdana,arial" color="#000080"><a name="pm_title"></a>Property
  29.             set/get method | </font><font face="verdana,arial" color="#FF0000">_title()</font></b></td>
  30.         </tr>
  31.         <tr>
  32.           <td width="100%"><font face="verdana,arial" size="2"><b>Type:<br>
  33.             </b>set_title(String)<br>
  34.             String get_title()<br>
  35.             <br>
  36.             <b>Description:</b>  The title of the currently loaded forum. 
  37.             This property gets set upon a successful call to load_forum(). 
  38.             You can write to this property, but the value gets overwritten if a
  39.             subsequent call to load_forum() is made.  To make a permanent
  40.             change to a forum's title, see the edit_forum() method.<br>
  41.             <br>
  42.             <b>Common usage (Jscript):<br>
  43.             </b></font><font face="Courier New" size="2">var myforumtitle = forumobj.get_title();<br>
  44.             forumobj.set_title("My Forum");</font></td>
  45.         </tr>
  46.       </table>
  47.     </td>
  48.   </tr>
  49.   <tr>
  50.     <td width="100%"><hr></td>
  51.   </tr>
  52.   <tr>
  53.     <td width="100%">
  54.       <table border="0" cellspacing="0" width="100%">
  55.         <tr>
  56.           <td width="100%"><b><font face="verdana,arial" color="#000080"><a name="pm_description"></a>Property
  57.             set/get method  | </font><font face="verdana,arial" color="#FF0000">_description()</font></b></td>
  58.         </tr>
  59.         <tr>
  60.           <td width="100%"><font face="verdana,arial" size="2"><b>Type:<br>
  61.             </b>set_description(String)<br>
  62.             String get_description()<br>
  63.             <br>
  64.             <b>Description:</b>  The description of the currently loaded forum. 
  65.             This property gets set upon a successful call to load_forum(). 
  66.             You can write to this property, but the value gets overwritten if a
  67.             subsequent call to load_forum() is made.  To make a permanent
  68.             change to a forum's description, see the edit_forum() method.<br>
  69.             <br>
  70.             <b>Common usage (Jscript):<br>
  71.